This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Kim Elresaverader 10.Dec.03 03:57 PM a Web browser GeneralAll ReleasesWindows 2000
URGENT!!!!
I am a first time user of Lotus Notes, so sorry if i asked a simple, silly question...
I am running Lotus Notes R6 client only (no Domino Server installed) on Win2K. I need to add an appointment to the Notes and I am trying to initialize a Notes Session object in ASP using VBScript, and here's my code..
dim s
Set s =Server.CreateObject("Lotus.NotesSession")
Call s.Initialize()
Set db = s.GetDatabase("", **path to my dbfile)
the code give me an error of "could not open the ID file", regardless of passing in the passwod parameter or not.
I have registered nlsxbe.dll file. i checked the path in notes.ini under KeyFileName, it won't work either i hv the full path or just the value "user.id"
the code will only work if i use initializeUsingNotesUserName() without passing in any user name and password info (i.e. sign in as anonymous user), otherwise an error of "invalid username/password"
I believe it's a security issue, but I can't figure out the problem.